This is my first web page
How exciting !!
Yes, that really is exciting. Warning: level of excitement may cause head to explode.
This is a line breakA simple page put together using HTML
Headings are about sorting titles. They go from h1 the bigger to h6 the smallest one. Obviously, a h3 for exemple should be a subbheading for a h2 etc..
It can link to another page on the web but you can also link images or any file really. A link is just an HTML file !
You can basically link images and ref them with a "id"
Here's how to add an image that's already in your HTML file :
Here's how to add one from the web, it's important to know the position of it !:
Row 1, cell 1 | Row 1, cell 2 | Row 1, cell 3 |
Row 2, cell 1 | Row 2, cell 2 | Row 2, cell 3 |
Row 3, cell 1 | Row 3, cell 2 | Row 3, cell 3 |
Row 4, cell 1 | Row 4, cell 2 | Row 4, cell 3 |